home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / trampoli.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-06  |  103b  |  5 lines

  1. on(release){
  2.    var s = this._name;
  3.    _root.currentmove = parseInt(s.substr(12,s.length - 12));
  4. }
  5.